home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / NETRASA.IN_ / netrasa.inf
Encoding:
INI File  |  1999-11-06  |  15.8 KB  |  461 lines

  1. ; NETRASA.INX -- WAN Miniports and wrappers
  2. ;
  3. ; Copyright (c) 1993-1999, Microsoft Corporation
  4.  
  5. [Version]
  6. Signature   = "$Windows NT$"
  7. Class       = Net
  8. ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
  9. Provider    = %Msft%
  10. LayoutFile  = layout.inf
  11. DriverVer=11/06/1999,5.00.2175.1
  12.  
  13. [ControlFlags]
  14. ExcludeFromSelect =\
  15.     SW\{eeab7790-c514-11d1-b42b-00805fc1270e},\
  16.     MS_IrdaMiniport,\
  17.     MS_IrModemMiniport, \
  18.     MS_L2tpMiniport,MS_PptpMiniport,MS_PtiMiniport,\
  19.     MS_NdisWanAtalk,\
  20.     MS_NdisWanBh,\
  21.     MS_NdisWanIp,\
  22.     MS_NdisWanIpx,\
  23.     MS_NdisWanNbfIn,MS_NdisWanNbfOut
  24.  
  25. [Manufacturer]
  26. %Msft% = Msft
  27.  
  28. [Msft]
  29. ; DisplayName                 Section               DeviceID
  30. ; -----------                 -------               --------
  31. %Mp-AsyncMac-DispName%      = Ndi-Mp-AsyncMac,      "SW\{eeab7790-c514-11d1-b42b-00805fc1270e}"
  32. %Mp-Irda-Dispname%          = Ndi-Mp-Irda,          "MS_IrdaMiniport"
  33. %Mp-IrModem-Dispname%       = Ndi-Mp-IrModem,       "MS_IrModemMiniport"
  34. %Mp-L2tp-Dispname%          = Ndi-Mp-L2tp,          "MS_L2tpMiniport"
  35. %Mp-Pptp-Dispname%          = Ndi-Mp-Pptp,          "MS_PptpMiniport"
  36. %Mp-Pti-Dispname%           = Ndi-Mp-Pti,           "MS_PtiMiniport"
  37. %Mp-Atalk-DispName%         = Ndi-Mp-Atalk,         "MS_NdisWanAtalk"
  38. %Mp-Bh-DispName%            = Ndi-Mp-Bh,            "MS_NdisWanBh"
  39. %Mp-Ip-DispName%            = Ndi-Mp-Ip,            "MS_NdisWanIp"
  40. %Mp-Ipx-DispName%           = Ndi-Mp-Ipx,           "MS_NdisWanIpx"
  41. %Mp-NbfIn-DispName%         = Ndi-Mp-NbfIn,         "MS_NdisWanNbfIn"
  42. %Mp-NbfOut-DispName%        = Ndi-Mp-NbfOut,        "MS_NdisWanNbfOut"
  43.  
  44.  
  45. [Ndi-Mp-AsyncMac]
  46. Characteristics = 0x002A    ; NCF_SOFTWARE_ENUMERATED | NCF_HIDDEN | NCF_NOT_USER_REMOVABLE
  47. AddReg          = Ndi-Reg-Mp-AsyncMac
  48. CopyFiles       = CopyFiles_AllUsers
  49.  
  50.  
  51. [Ndi-Mp-Irda]
  52. Characteristics = 0x0029    ; NCF_VIRTUAL | NCF_HIDDEN | NCF_NOT_USER_REMOVABLE
  53. AddReg          = Ndi-Reg-Mp-Irda
  54.  
  55.  
  56. [Ndi-Mp-IrModem]
  57. Characteristics = 0x0029    ; NCF_VIRTUAL | NCF_HIDDEN | NCF_NOT_USER_REMOVABLE
  58. AddReg          = Ndi-Reg-Mp-IrModem
  59.  
  60. [Ndi-Mp-L2tp]
  61. Characteristics = 0x0029    ; NCF_VIRTUAL | NCF_HIDDEN | NCF_NOT_USER_REMOVABLE
  62. AddReg          = Ndi-Reg-Mp-L2tp
  63.  
  64.  
  65. [Ndi-Mp-Pptp]
  66. Characteristics = 0x0029    ; NCF_VIRTUAL | NCF_HIDDEN | NCF_NOT_USER_REMOVABLE
  67. AddReg          = Ndi-Reg-Mp-Pptp
  68.  
  69. [Ndi-Mp-Pptp.Hw]
  70. AddReg = Reg-LowerFilter-NdisTapi
  71.  
  72.  
  73. [Ndi-Mp-Pti]
  74. Characteristics = 0x0029    ; NCF_VIRTUAL | NCF_HIDDEN | NCF_NOT_USER_REMOVABLE
  75. AddReg          = Ndi-Reg-Mp-Pti
  76.  
  77. [Ndi-Mp-Pti.Hw]
  78. AddReg = Reg-LowerFilter-Pti
  79.  
  80.  
  81. [Ndi-Mp-Atalk]
  82. Characteristics = 0x0029    ; NCF_VIRTUAL | NCF_HIDDEN | NCF_NOT_USER_REMOVABLE
  83. AddReg          = Ndi-Reg-Mp-Atalk
  84.  
  85. [Ndi-Mp-Atalk.Hw]
  86. AddReg = Reg-LowerFilter-NdisTapi
  87.  
  88.  
  89. [Ndi-Mp-Bh]
  90. Characteristics = 0x0029    ; NCF_VIRTUAL | NCF_HIDDEN | NCF_NOT_USER_REMOVABLE
  91. AddReg          = Ndi-Reg-Mp-Bh
  92.  
  93. [Ndi-Mp-Bh.Hw]
  94. AddReg = Reg-LowerFilter-NdisTapi
  95.  
  96.  
  97. [Ndi-Mp-Ip]
  98. Characteristics = 0x0029    ; NCF_VIRTUAL | NCF_HIDDEN | NCF_NOT_USER_REMOVABLE
  99. AddReg          = Ndi-Reg-Mp-Ip
  100.  
  101. [Ndi-Mp-Ip.Hw]
  102. AddReg = Reg-LowerFilter-NdisTapi
  103.  
  104.  
  105. [Ndi-Mp-Ipx]
  106. Characteristics = 0x0029    ; NCF_VIRTUAL | NCF_HIDDEN | NCF_NOT_USER_REMOVABLE
  107. AddReg          = Ndi-Reg-Mp-Ipx
  108.  
  109. [Ndi-Mp-Ipx.Hw]
  110. AddReg = Reg-LowerFilter-NdisTapi
  111.  
  112.  
  113. [Ndi-Mp-NbfIn]
  114. Characteristics = 0x0029    ; NCF_VIRTUAL | NCF_HIDDEN | NCF_NOT_USER_REMOVABLE
  115. AddReg          = Ndi-Reg-Mp-NbfIn
  116.  
  117. [Ndi-Mp-NbfIn.Hw]
  118. AddReg = Reg-LowerFilter-NdisTapi
  119.  
  120.  
  121. [Ndi-Mp-NbfOut]
  122. Characteristics = 0x0029    ; NCF_VIRTUAL | NCF_HIDDEN | NCF_NOT_USER_REMOVABLE
  123. AddReg          = Ndi-Reg-Mp-NbfOut
  124.  
  125. [Ndi-Mp-NbfOut.Hw]
  126. AddReg = Reg-LowerFilter-NdisTapi
  127.  
  128.  
  129. ;-------------------------------------------------------------------------
  130. ; Lower filter sections
  131. ;-------------------------------------------------------------------------
  132. [Reg-LowerFilter-NdisTapi]
  133. HKR, ,               LowerFilters,      0x00010000, "NdisTapi"
  134.  
  135. [Reg-LowerFilter-Pti]
  136. HKR, ,               LowerFilters,      0x00010000, "PtiLink"
  137.  
  138.  
  139. ;-------------------------------------------------------------------------
  140. ; NDI AddReg sections.
  141. ;-------------------------------------------------------------------------
  142. [Ndi-Reg-Mp-AsyncMac]
  143. HKR, Ndi,            Service,           0,          "AsyncMac"
  144. HKR, Ndi\Interfaces, UpperRange,        0,          "ndiswanasync"
  145. HKR, Ndi\Interfaces, LowerRange,        0,          "nolower"
  146.  
  147.  
  148. [Ndi-Reg-Mp-Irda]
  149. HKR, Ndi,            Service,           0,          "Rasirda"
  150. HKR, Ndi\Interfaces, UpperRange,        0,          "ndiscowan"
  151. HKR, Ndi\Interfaces, LowerRange,        0,          "nolower"
  152. HKR, ,               MinWanEndpoints,   0x00010001, 0
  153. HKR, ,               MaxWanEndpoints,   0x00010001, 4
  154. HKR, ,               WanEndpoints,      0x00010003, 1
  155. HKR, ,               ModemPort,         0x00010003, 0
  156. HKR, ,               TapiLineName,      0,          %Mp-Irda-LineName%
  157.  
  158. [Ndi-Reg-Mp-IrModem]
  159. HKR, Ndi,            Service,           0,          "Rasirda"
  160. HKR, Ndi\Interfaces, UpperRange,        0,          "ndiscowan"
  161. HKR, Ndi\Interfaces, LowerRange,        0,          "nolower"
  162. HKR, ,               MinWanEndpoints,   0x00010001, 0
  163. HKR, ,               MaxWanEndpoints,   0x00010001, 1
  164. HKR, ,               WanEndpoints,      0x00010003, 1
  165. HKR, ,               ModemPort,         0x00010003, 1
  166. HKR, ,               TapiLineName,      0,          %Mp-IrModem-LineName%
  167.  
  168.  
  169. [Ndi-Reg-Mp-L2tp]
  170. HKR, Ndi,            Service,           0,          "Rasl2tp"
  171. HKR, Ndi\Interfaces, UpperRange,        0,          "ndiscowan"
  172. HKR, Ndi\Interfaces, LowerRange,        0,          "nolower"
  173. HKR, ,               MaxVcs,            0x00010003, 1000
  174. HKR, ,               MinWanEndpoints,   0x00010001, 0
  175. HKR, ,               MaxWanEndpoints,   0x00010001, 1000
  176. HKR, ,            WanEndpoints,      0x00010003, 2
  177.  
  178.  
  179. [Ndi-Reg-Mp-Pptp]
  180. HKR, Ndi,            Service,           0,          "PptpMiniport"
  181. HKR, Ndi\Interfaces, UpperRange,        0,          "ndiswan"
  182. HKR, Ndi\Interfaces, LowerRange,        0,          "nolower"
  183. HKR, ,               MinWanEndpoints,   0x00010001, 0
  184. HKR, ,            MaxWanEndpoints,   0x00010001, 32
  185. HKR, ,               TapiLineName,      0,          %Mp-Pptp-LineName%
  186. HKR, ,               InactivityIdleSeconds, 0,      60
  187. HKR, ,               TcpPortNumber,     0x00010003, 1723
  188. HKR, ,               TcpDisconnectTimeout, 0x00010003, 30
  189. HKR, ,               TcpConnectTimeout, 0x00010003, 30
  190. HKR, ,               ClientIpAddresses, 0x00010002, ""
  191. HKR, ,               ClientIpMasks,     0x00010002, ""
  192. HKR, ,               AuthenticateIncomingCalls, 0x00010003, 0
  193. HKR, ,            WanEndpoints,      0x00010003, 2
  194.  
  195.  
  196. [Ndi-Reg-Mp-Pti]
  197. HKR, Ndi,            Service,           0,          "Raspti"
  198. HKR, Ndi\Interfaces, UpperRange,        0,          "ndiscowan"
  199. HKR, Ndi\Interfaces, LowerRange,        0,          "nolower"
  200. HKR, ,               MinWanEndpoints,   0x00010001, 0
  201. HKR, ,               MaxWanEndpoints,   0x00010001, 2
  202. HKR, ,               WanEndpoints,      0x00010003, 2
  203.  
  204.  
  205. [Ndi-Reg-Mp-Atalk]
  206. HKR, Ndi,            BindForm,          0,          "NdisWanAtalk"
  207. HKR, Ndi,            Service,           0,          "NdisWan"
  208. HKR, Ndi\Interfaces, UpperRange,        0,          "ndiswanatalk"
  209. HKR, Ndi\Interfaces, LowerRange,        0,          "wan"
  210. HKR, ,               EnumExportPref,    0x00010001, 0
  211.  
  212.  
  213. [Ndi-Reg-Mp-Bh]
  214. HKR, Ndi,            BindForm,          0,          "NdisWanBh"
  215. HKR, Ndi,            Service,           0,          "NdisWan"
  216. HKR, Ndi\Interfaces, UpperRange,        0,          "ndiswanbh"
  217. HKR, Ndi\Interfaces, LowerRange,        0,          "wan"
  218. HKR, ,               EnumExportPref,    0x00010001, 0
  219.  
  220.  
  221. [Ndi-Reg-Mp-Ip]
  222. HKR, Ndi,            BindForm,          0,          "NdisWanIp"
  223. HKR, Ndi,            Service,           0,          "NdisWan"
  224. HKR, Ndi\Interfaces, UpperRange,        0,          "ndiswanip"
  225. HKR, Ndi\Interfaces, LowerRange,        0,          "wan"
  226.  
  227.  
  228. [Ndi-Reg-Mp-Ipx]
  229. HKR, Ndi,            BindForm,          0,          "NdisWanIpx"
  230. HKR, Ndi,            Service,           0,          "NdisWan"
  231. HKR, Ndi\Interfaces, UpperRange,        0,          "ndiswanipx"
  232. HKR, Ndi\Interfaces, LowerRange,        0,          "wan"
  233. HKR, ,               EnumExportPref,    0x00010001, 0
  234.  
  235.  
  236. [Ndi-Reg-Mp-NbfIn]
  237. HKR, Ndi,            BindForm,          0,          "NdisWanNbfIn%%3"
  238. HKR, Ndi,            Service,           0,          "NdisWan"
  239. HKR, Ndi\Interfaces, UpperRange,        0,          "ndiswannbf"
  240. HKR, Ndi\Interfaces, LowerRange,        0,          "wan"
  241. HKR, ,               EnumExportPref,    0x00010001, 0
  242.  
  243.  
  244. [Ndi-Reg-Mp-NbfOut]
  245. HKR, Ndi,            BindForm,          0,          "NdisWanNbfOut%%3"
  246. HKR, Ndi,            Service,           0,          "NdisWan"
  247. HKR, Ndi\Interfaces, UpperRange,        0,          "ndiswannbf"
  248. HKR, Ndi\Interfaces, LowerRange,        0,          "wan"
  249. HKR, ,               EnumExportPref,    0x00010001, 1
  250.  
  251.  
  252. ;-------------------------------------------------------------------------
  253. ; [Services] sections.
  254. ;   1 = SPSVCINST_TAGTOFRONT
  255. ;   2 = SPSVCINST_ASSOCSERVICE
  256. ;   4 = SPSVCINST_DELETEEVENTLOGENTRY
  257. ;-------------------------------------------------------------------------
  258.  
  259. [Ndi-Mp-AsyncMac.Services]
  260. AddService = AsyncMac,      2, Svc-Mp-AsyncMac,  Evt-Rasmsg
  261.  
  262. [Ndi-Mp-Irda.Services]
  263. AddService = Rasirda,       2, Svc-Mp-Irda
  264.  
  265. [Ndi-Mp-IrModem.Services]
  266. AddService = Rasirda,       2, Svc-Mp-IrModem
  267.  
  268. [Ndi-Mp-L2tp.Services]
  269. AddService = Rasl2tp,       2, Svc-Mp-L2tp
  270.  
  271. [Ndi-Mp-Pti.Services]
  272. AddService = Raspti,        2, Svc-Mp-Pti
  273. AddService = Ptilink,       0, Svc-Ptilink
  274.  
  275. [Ndi-Mp-Pptp.Services]
  276. AddService = PptpMiniport,  2, Svc-Mp-Pptp,      Evt-Pptp
  277. AddService = NdisTapi,      0, Svc-NdisTapi
  278.  
  279. [Ndi-Mp-Atalk.Services]
  280. AddService = NdisWan,       2, Svc-Mp-NdisWan,   Evt-Rasmsg
  281. AddService = NdisTapi,      0, Svc-NdisTapi
  282.  
  283. [Ndi-Mp-Bh.Services]
  284. AddService = NdisWan,       2, Svc-Mp-NdisWan,   Evt-Rasmsg
  285. AddService = NdisTapi,      0, Svc-NdisTapi
  286.  
  287. [Ndi-Mp-Ip.Services]
  288. AddService = NdisWan,       2, Svc-Mp-NdisWan,   Evt-Rasmsg
  289. AddService = NdisTapi,      0, Svc-NdisTapi
  290. AddService = Wanarp,        0, Svc-Wanarp
  291.  
  292. [Ndi-Mp-Ipx.Services]
  293. AddService = NdisWan,       2, Svc-Mp-NdisWan,   Evt-Rasmsg
  294. AddService = NdisTapi,      0, Svc-NdisTapi
  295.  
  296. [Ndi-Mp-NbfIn.Services]
  297. AddService = NdisWan,       2, Svc-Mp-NdisWan,   Evt-Rasmsg
  298. AddService = NdisTapi,      0, Svc-NdisTapi
  299.  
  300. [Ndi-Mp-NbfOut.Services]
  301. AddService = NdisWan,       2, Svc-Mp-NdisWan,   Evt-Rasmsg
  302. AddService = NdisTapi,      0, Svc-NdisTapi
  303.  
  304.  
  305. ;-------------------------------------------------------------------------
  306. ; [Service Install] sections.
  307. ;-------------------------------------------------------------------------
  308.  
  309. [Svc-Mp-AsyncMac]
  310. DisplayName     = %Svc-Mp-AsyncMac-DispName%
  311. ServiceType     = 1 ;SERVICE_KERNEL_DRIVER
  312. StartType       = 3 ;SERVICE_DEMAND_START
  313. ErrorControl    = 1 ;SERVICE_ERROR_NORMAL
  314. ServiceBinary   = %12%\asyncmac.sys
  315. Description     = %Svc-Mp-AsyncMac-DispName%
  316.  
  317. [Svc-NdisTapi]
  318. DisplayName     = %Svc-NdisTapi-DispName%
  319. ServiceType     = 1 ;SERVICE_KERNEL_DRIVER
  320. StartType       = 3 ;SERVICE_DEMAND_START
  321. ErrorControl    = 1 ;SERVICE_ERROR_NORMAL
  322. ServiceBinary   = %12%\ndistapi.sys
  323. AddReg          = Reg-NdisTapi
  324. Description     = %Svc-NdisTapi-DispName%
  325.  
  326. [Reg-NdisTapi]
  327. HKR, Parameters, AsyncEventQueueSize, 0x00010003, 0x300
  328.  
  329.  
  330. [Svc-Mp-NdisWan]
  331. DisplayName     = %Svc-NdisWan-DispName%
  332. ServiceType     = 1 ;SERVICE_KERNEL_DRIVER
  333. StartType       = 3 ;SERVICE_DEMAND_START
  334. ErrorControl    = 1 ;SERVICE_ERROR_NORMAL
  335. ServiceBinary   = %12%\ndiswan.sys
  336. ;Dependencies   = NdisTapi
  337. AddReg          = Reg-NdisWan
  338. Description     = %Svc-NdisWan-DispName%
  339.  
  340. [Reg-NdisWan]
  341. HKR, Parameters,, 0x10  ;FLG_ADDREG_KEYONLY
  342.  
  343.  
  344. [Svc-Mp-Irda]
  345. DisplayName     = %Svc-Mp-Irda-DispName%
  346. ServiceType     = 1 ;SERVICE_KERNEL_DRIVER
  347. StartType       = 3 ;SERVICE_DEMAND_START
  348. ErrorControl    = 1 ;SERVICE_ERROR_NORMAL
  349. ServiceBinary   = %12%\rasirda.sys
  350. Description     = %Svc-Mp-Irda-DispName%
  351.  
  352. [Svc-Mp-IrModem]
  353. DisplayName     = %Svc-Mp-IrModem-DispName%
  354. ServiceType     = 1 ;SERVICE_KERNEL_DRIVER
  355. StartType       = 3 ;SERVICE_DEMAND_START
  356. ErrorControl    = 1 ;SERVICE_ERROR_NORMAL
  357. ServiceBinary   = %12%\rasirda.sys
  358. Description     = %Svc-Mp-IrModem-DispName%
  359.  
  360. [Svc-Mp-L2tp]
  361. DisplayName     = %Svc-Mp-L2tp-DispName%
  362. ServiceType     = 1 ;SERVICE_KERNEL_DRIVER
  363. StartType       = 3 ;SERVICE_DEMAND_START
  364. ErrorControl    = 1 ;SERVICE_ERROR_NORMAL
  365. ServiceBinary   = %12%\rasl2tp.sys
  366. Description     = %Svc-Mp-L2tp-DispName%
  367.  
  368. [Svc-Mp-Pptp]
  369. DisplayName     = %Svc-Mp-Pptp-DispName%
  370. ServiceType     = 1 ;SERVICE_KERNEL_DRIVER
  371. StartType       = 3 ;SERVICE_DEMAND_START
  372. ErrorControl    = 1 ;SERVICE_ERROR_NORMAL
  373. ServiceBinary   = %12%\raspptp.sys
  374. Description     = %Svc-Mp-Pptp-DispName%
  375.  
  376. [Svc-Mp-Pti]
  377. DisplayName     = %Svc-Mp-Pti-DispName%
  378. ServiceType     = 1 ;SERVICE_KERNEL_DRIVER
  379. StartType       = 3 ;SERVICE_DEMAND_START
  380. ErrorControl    = 1 ;SERVICE_ERROR_NORMAL
  381. ServiceBinary   = %12%\raspti.sys
  382. Description     = %Svc-Mp-Pti-DispName%
  383.  
  384. [Svc-Ptilink]
  385. DisplayName     = %Svc-Ptilink-DispName%
  386. ServiceType     = 1 ;SERVICE_KERNEL_DRIVER
  387. StartType       = 3 ;SERVICE_DEMAND_START
  388. ErrorControl    = 1 ;SERVICE_ERROR_NORMAL
  389. ServiceBinary   = %12%\ptilink.sys
  390. Description     = %Svc-Ptilink-DispName%
  391.  
  392. [Svc-Wanarp]
  393. DisplayName     = %Svc-Wanarp-DispName%
  394. ServiceType     = 1 ;SERVICE_KERNEL_DRIVER
  395. StartType       = 3 ;SERVICE_DEMAND_START
  396. ErrorControl    = 1 ;SERVICE_ERROR_NORMAL
  397. ServiceBinary   = %12%\wanarp.sys
  398. Description     = %Svc-Wanarp-DispName%
  399.  
  400.  
  401. ;-------------------------------------------------------------------------
  402. ; [Event Log] sections.
  403. ;-------------------------------------------------------------------------
  404.  
  405. [Evt-Pptp]
  406. AddReg = Evt-Pptp-AddReg
  407.  
  408. [Evt-Pptp-AddReg]
  409. HKR,, EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
  410. HKR,, TypesSupported,   0x00010001, 0x00000007
  411.  
  412.  
  413. [Evt-Rasmsg]
  414. AddReg = Evt-Rasmsg-AddReg
  415.  
  416. [Evt-Rasmsg-AddReg]
  417. HKR,, EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\mprmsg.dll"
  418. HKR,, TypesSupported,   0x00010001, 0x0000001f
  419.  
  420.  
  421. [DestinationDirs]
  422. CopyFiles_AllUsers = 16419,Microsoft\Network\Connections\Pbk
  423.  
  424. [CopyFiles_AllUsers]
  425. sharedaccess.ini, shared~1.ini,, 0x10
  426.  
  427.  
  428. [Strings]
  429. Msft = "Microsoft"
  430.  
  431. Mp-AsyncMac-DispName        = "RAS Async Adapter"
  432. Mp-L2tp-DispName            = "WAN Miniport (L2TP)"
  433. Mp-Irda-DispName            = "Infrared Port"
  434. Mp-IrModem-DispName         = "Infrared Modem Port"
  435. Mp-Irda-LineName            = "Infrared Direct Line"
  436. Mp-IrModem-LineName         = "Infrared Modem Line"
  437. Mp-Pptp-DispName            = "WAN Miniport (PPTP)"
  438. Mp-Pptp-LineName            = "RAS VPN Line"
  439. ;Mp-Pptp-LineName must use ANSI characters, not UNICODE.
  440. Mp-Pti-DispName             = "Direct Parallel"
  441. Mp-Atalk-DispName           = "WAN Miniport (AppleTalk)"
  442. Mp-Bh-DispName              = "WAN Miniport (Network Monitor)"
  443. Mp-Ip-DispName              = "WAN Miniport (IP)"
  444. Mp-Ipx-DispName             = "WAN Miniport (IPX)"
  445. Mp-NbfIn-DispName           = "WAN Miniport (NetBEUI, Dial In)"
  446. Mp-NbfOut-DispName          = "WAN Miniport (NetBEUI, Dial Out)"
  447.  
  448. Svc-Mp-AsyncMac-DispName    = "RAS Asynchronous Media Driver"
  449. Svc-Mp-L2tp-DispName        = "WAN Miniport (L2TP)"
  450. Svc-Mp-Irda-DispName        = "WAN Miniport (IrDA)"
  451. Svc-Mp-IrModem-DispName     = "WAN Miniport (IrDA Modem)"
  452. Svc-Mp-Pptp-DispName        = "WAN Miniport (PPTP)"
  453. Svc-Mp-Pti-DispName         = "Direct Parallel"
  454. Svc-NdisTapi-DispName       = "Remote Access NDIS TAPI Driver"
  455. Svc-NdisWan-DispName        = "Remote Access NDIS WAN Driver"
  456. Svc-PptpProtocol-DispName   = "PPTP Protocol Driver"
  457. Svc-Ptilink-DispName        = "Direct Parallel Link Driver"
  458. Svc-WanArp-DispName         = "Remote Access IP ARP Driver"
  459.  
  460.  
  461.